1.2 Installation¶
Installation¶
Python version requirements¶
- python 3.10+
We recommend that you use python 3.10+ to get the best performance and functionality. The entire project has passed all tests on python 3.10.0. If you are using a python version lower than 3.10, we cannot guarantee that the project will run correctly.
Installation method¶
Install via pip¶
More version information can be found on the PyPi agentUniverseInstall via poetry or other package management tools¶
In actual projects, we recommend that you use poetry or other tools to manage project dependencies. You can install it with the following command:
Or add the following content to your pyproject.toml file:
pyproject.toml can be found here.
Use the poetry update command to update dependencies:
Verify installation¶
If you seeagentUniverse and its version number, the installation was successful.
